home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility2 / wsmooth.zip / WSMSRC.ZIP / FILEBUF.H < prev    next >
Text File  |  1990-09-29  |  352b  |  15 lines

  1. // filebuf.h RHS 9/1/90
  2.  
  3. int filebuf_init(void);
  4. int filebuf_open(char *filename, int strip);
  5. void filebuf_destruct(void);
  6. void filebuf_seekline(unsigned line);
  7. char far *filebuf_nextline(unsigned *len);
  8. unsigned filebuf_numlines(void);
  9. unsigned filebuf_longestline(void);
  10. BOOL filebuf_fileisopen(void);
  11. void filebuf_strip(int strip);
  12.  
  13.  
  14.  
  15.